sync.readOnly.amended (field)
14 uses
sync (current package)
map.go#L73: amended bool // true if the dirty map contains some key not in m.
map.go#L123: if !ok && read.amended {
map.go#L130: if !ok && read.amended {
map.go#L224: if !read.amended {
map.go#L228: m.read.Store(&readOnly{m: read.m, amended: true})
map.go#L275: if !ok && read.amended {
map.go#L279: if !ok && read.amended {
map.go#L359: if !read.amended {
map.go#L363: m.read.Store(&readOnly{m: read.m, amended: true})
map.go#L378: } else if !read.amended {
map.go#L409: if !ok && read.amended {
map.go#L413: if !ok && read.amended {
map.go#L455: if read.amended {
map.go#L462: if read.amended {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |